home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 01 / 8 / DISK0182.ZIP / SPEC-OCC.DOC < prev    next >
Text File  |  1983-08-14  |  915b  |  17 lines

  1. 10 PRINT "SPECIAL OCCASIONS  by Phil Michitsch "
  2. 20 PRINT "Run name OCCASION under BASICA"
  3. 30 PRINT "( 9614 Bytes )"
  4. 40 PRINT "Requirements: IBM 64K,DOS 2.0,40-character screen"
  5. 50 PRINT "either monochrome or color (switched via mode command"
  6. 60 PRINT "before running program). Printer optional for hard copy report"
  7. 70 PRINT "Note: a C-ITOH (PROFEEL) printer was used creating this program"
  8. 80 PRINT "      but any IBM compatible printer will work."
  9. 90 PRINT
  10. 100 PRINT "A handy program,menu driven with error checking and very user-friendly"
  11. 110 PRINT "to add,delete and generate a hard copy report of all birthdays,"
  12. 120 PRINT "anniversarys,holidays etc. with name,dates and type of occasion input"
  13. 130 PRINT "into a file. To get a report via screen or printer;just type in"
  14. 140 PRINT "the month you want a listing for. Very handy for remembering to"
  15. 150 PRINT "send out birthday cards."
  16. 160 END
  17.